05. Default Test Setup

L5 A03 Default Test Setup

Dependencies in Gradle are scoped by source set:

  • implementation - for the main source set
  • testImplementation - for the test source set
  • androidTestImplementation - for the androidTest source set

This is done using gradle configurations.